﻿2026-06-21T23:07:31.0150277Z ##[group]Run actions/checkout@v5
2026-06-21T23:07:31.0150777Z with:
2026-06-21T23:07:31.0151108Z   repository: SaberMage/spt-core
2026-06-21T23:07:31.0153870Z   token: ***
2026-06-21T23:07:31.0154165Z   ssh-strict: true
2026-06-21T23:07:31.0154454Z   ssh-user: git
2026-06-21T23:07:31.0154812Z   persist-credentials: true
2026-06-21T23:07:31.0155132Z   clean: true
2026-06-21T23:07:31.0155419Z   sparse-checkout-cone-mode: true
2026-06-21T23:07:31.0155811Z   fetch-depth: 1
2026-06-21T23:07:31.0156116Z   fetch-tags: false
2026-06-21T23:07:31.0156420Z   show-progress: true
2026-06-21T23:07:31.0156765Z   lfs: false
2026-06-21T23:07:31.0157057Z   submodules: false
2026-06-21T23:07:31.0157357Z   set-safe-directory: true
2026-06-21T23:07:31.0157708Z env:
2026-06-21T23:07:31.0157982Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T23:07:31.0158346Z ##[endgroup]
2026-06-21T23:07:31.1962359Z Syncing repository: SaberMage/spt-core
2026-06-21T23:07:31.1963515Z ##[group]Getting Git version info
2026-06-21T23:07:31.1964067Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T23:07:31.2252842Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T23:07:31.2457685Z git version 2.43.0.windows.1
2026-06-21T23:07:31.2483885Z ##[endgroup]
2026-06-21T23:07:31.2492353Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\33b7195f-2167-40d3-a449-e717487e31d6\.gitconfig'
2026-06-21T23:07:31.2507023Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\33b7195f-2167-40d3-a449-e717487e31d6' before making global git config changes
2026-06-21T23:07:31.2507975Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T23:07:31.2511841Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T23:07:31.2744658Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T23:07:31.2934078Z https://github.com/SaberMage/spt-core
2026-06-21T23:07:31.2963549Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T23:07:31.2967682Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T23:07:31.3160654Z HEAD
2026-06-21T23:07:31.3404445Z ##[endgroup]
2026-06-21T23:07:31.3407978Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T23:07:31.7463998Z ##[group]Cleaning the repository
2026-06-21T23:07:31.7468672Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T23:07:32.9830485Z Removing target/
2026-06-21T23:07:32.9867718Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T23:07:33.0334512Z HEAD is now at 5c036ca Merge 361950cba8381eec55564bb48ebddaf7adbe6c40 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T23:07:33.0364235Z ##[endgroup]
2026-06-21T23:07:33.0368596Z ##[group]Disabling automatic garbage collection
2026-06-21T23:07:33.0374074Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T23:07:33.0599561Z ##[endgroup]
2026-06-21T23:07:33.0599953Z ##[group]Setting up auth
2026-06-21T23:07:33.0605590Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T23:07:33.0820424Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T23:07:33.4569436Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T23:07:33.4853376Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T23:07:33.9032379Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T23:07:33.9279632Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T23:07:34.3683676Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T23:07:34.3930213Z ##[endgroup]
2026-06-21T23:07:34.3930740Z ##[group]Fetching the repository
2026-06-21T23:07:34.3937063Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5c036ca6b6e714e12fcbd3b683136b9367198f31:refs/remotes/pull/27/merge
2026-06-21T23:07:34.9877997Z ##[endgroup]
2026-06-21T23:07:34.9878443Z ##[group]Determining the checkout info
2026-06-21T23:07:34.9879225Z ##[endgroup]
2026-06-21T23:07:34.9883978Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T23:07:35.0170652Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T23:07:35.0402010Z ##[group]Checking out the ref
2026-06-21T23:07:35.0407958Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T23:07:35.0764221Z HEAD is now at 5c036ca Merge 361950cba8381eec55564bb48ebddaf7adbe6c40 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T23:07:35.0786426Z ##[endgroup]
2026-06-21T23:07:35.1032794Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T23:07:35.1234649Z 5c036ca6b6e714e12fcbd3b683136b9367198f31
